From: Juanma Barranquero Date: Mon, 8 Jan 2007 23:05:41 +0000 (+0000) Subject: (vhdl-save-caches): Fix typo in error message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2933 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4c702da0ab9c2c78b0234cfeec5886fc6bd4400f;p=emacs.git (vhdl-save-caches): Fix typo in error message. --- diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 3bf4227a82f..cc58a09ec59 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el @@ -13851,7 +13851,7 @@ entity ENT-KEY." (vhdl-save-cache (car project-list)) (setq project-list (cdr project-list))) (message "Saving hierarchy caches...done"))) - (error (progn (vhdl-warning "ERROR: An error occured while saving the hierarchy caches") + (error (progn (vhdl-warning "ERROR: An error occurred while saving the hierarchy caches") (sit-for 2))))) (defun vhdl-save-cache (key)